php remove warning

32

php remove warning -

error_reporting(E_ALL ^ E_WARNING); 

php remove warning -

error_reporting(E_ERROR | E_PARSE);

Comments

Submit
0 Comments